home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The See Clearly Method
/
TheSeeClearlyMethod.iso
/
Media
/
main.dir
/
00022_Script_FW Hold on Current Frame
< prev
next >
Wrap
Text File
|
2002-05-14
|
409b
|
23 lines
-- HISTORY --
-- 3 November, written for the D7 Behaviors Palette by James Newton
-- 5 January 2000: updated to D8 <km>
-- 5 March 2000: Updated to be D7 and D8 compatible for Fireworks Importer <jba>
on exitFrame me
go the frame
end exitFrame
on isOKToAttach (me, aSpriteType, aSpriteNum)
tIsOk = 0
if aSpriteType = #script then
tIsOK = 1
end if
return(tIsOK)
end on